home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Framewrk / FWPart / FWLink.r < prev    next >
Encoding:
Text File  |  1996-09-17  |  1.4 KB  |  70 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWLink.r
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #define SystemSevenOrLater    1
  11.  
  12. #include "Types.r"
  13.  
  14. #include "FWLink.k"
  15.  
  16. resource 'ALRT' (FW_kMacEditInLinkDialog, "ODF Destination Link Error") {
  17.     {40, 40, 143, 418},
  18.     FW_kMacEditInLinkDialog,
  19.     {    /* array: 4 elements */
  20.         /* [1] */    OK, visible, sound1,
  21.         /* [2] */    OK, visible, sound1,
  22.         /* [3] */    OK, visible, sound1,
  23.         /* [4] */    OK, visible, sound1
  24.     },
  25.     alertPositionMainScreen
  26. };
  27.  
  28. resource 'DITL' (FW_kMacEditInLinkDialog, "ODF Destination Link Error") {
  29.     {    /* array DITLarray: 6 elements */
  30.         /* [1] */
  31.         {72, 275, 92, 366},
  32.         Button {
  33.             enabled,
  34.             "Find Source"
  35.         },
  36.         /* [2] */
  37.         {72, 174, 92, 265},
  38.         Button {
  39.             enabled,
  40.             "Cancel"
  41.         },
  42.         /* [3] */
  43.         {72, 70, 92, 161},
  44.         Button {
  45.             enabled,
  46.             "Break Link"
  47.         },
  48.         /* [4] */
  49.         {9, 70, 57, 366},
  50.         StaticText {
  51.             disabled,
  52.             "You can't edit content at a link destination."
  53.             "  You may either find the source and edit it "
  54.             "or break the link and edit the contents here."
  55.         },
  56.         /* [5] */
  57.         {10, 20, 42, 52},
  58.         Icon {
  59.             disabled,
  60.             2
  61.         },
  62.         /* [6] */
  63.         {68, 271, 96, 370},
  64.         UserItem {
  65.             disabled
  66.         }
  67.     }
  68. };
  69.  
  70.